@import 'iconfont.css';

@font-face {
    font-family: "iconfont";
    /* Project id 2874806 */
    src: url('./iconfont/iconfont.woff2?t=1635210561214') format('woff2'), url('./iconfont/iconfont.woff?t=1635210561214') format('woff'), url('./iconfont/iconfont.ttf?t=1635210561214') format('truetype');
}

body {
    font-family: "Microsoft Yahei", "微软雅黑", "Arial";
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hidden {
    /*opacity: 0 !important;*/
    /*visibility: hidden !important;*/
    /*max-height: 0 !important;*/
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
    /*overflow: hidden;*/
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

@keyframes ringing {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05) rotate(-12deg);
    }
    100% {
        transform: scale(1);
    }
}

.nodata {
    padding: 100px 0;
    text-align: center;
    display: none;
}

.d-position {
    margin-left: 1vw;
    position: relative;
    top: 10px;
}

.d-position .d-top {
    display: flex;
    align-items: center;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
}

.d-position .d-top h3 {
    padding: 0 6px 0 10px;
}

.d-position .d-top span {
    margin-right: 6px;
    position: relative;
    top: 1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.d-position .d-bottom {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 50px;
    background: rgba(15, 12, 11, 0.85);
    margin-left: -100px;
    display: none;
    /*height: 200px;*/
}

.d-position .d-bottom ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 10px;
}

.mCSB_scrollTools {
    right: 10px;
}

.d-position .d-bottom .mCSB_container {
    margin-right: 0;
}

.d-position .d-bottom .mCSB_scrollTools {
    width: 2px;
    opacity: 1;
    border-radius: 3px;
}

.d-position .d-bottom .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #957b54;
    border-radius: 3px;
}

.d-position .d-bottom .mCSB_scrollTools .mCSB_draggerContainer {
    background: #ccc;
}

.d-position .d-bottom .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    background: #ccc;
}

.d-position .d-bottom ul li {
    margin-right: 12px;
    margin-top: 4px;
}

.d-position .d-bottom ul li a {
    color: #c6c6c6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.d-position .d-bottom ul li a:hover {
    color: #957b54;
}

.d-position.active .d-top span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(15, 12, 11, 0.85);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.header .con {
    display: flex;
    padding-left: 5%;
    justify-content: space-between;
}

.header .con .left {
    height: 90px;
    display: flex;
    align-items: center;
}

.header .con .left .tel {
    display: flex;
    align-items: center;
    padding-left: 2vw;
    margin-left: 2vw;
    position: relative;
}

.header .con .left .tel:before {
    content: '';
    width: 2px;
    height: 38px;
    background: #f9d255;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header .con .left .tel .tu {
    animation: ringing 1s infinite alternate ease-in-out;
}

.header .con .left .tel .text {
    margin-left: 1vw;
}

.header .con .left .tel .text h2 {
    color: #c6c6c6;
}

.header .con .left .tel .text a {
    color: #f9d255;
    font-family: Arial;
    font-style: italic;
}

.header .con .nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 160px;
}

.header .con .nav > ul {
    display: flex;
}

.header .con .nav > ul > li h2 {
    position: relative;
}

.header .con .nav > ul > li h2:before {
    content: '';
    width: 0;
    height: 2px;
    background: #957b54;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header .con .nav > ul > li h2 a {
    display: block;
    line-height: 90px;
    color: #ccae82;
    padding: 0 1.5vw;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header .con .nav > ul > li h2 a:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #ccae82;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header .con .nav > ul > li .nav-down {
    position: fixed;
    width: 100%;
    left: 0;
    top: 90px;
    background: rgba(15, 12, 11, 0.85);
    display: none;
}

.header .con .nav > ul > li .nav-down ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5vw 0;
}

.header .con .nav > ul > li .nav-down ul li {
    padding: 0 1vw;
}

.header .con .nav > ul > li .nav-down ul li a {
    color: #c6c6c6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header .con .nav > ul > li .nav-down ul li a:hover {
    color: #957b54;
}

.header .con .nav > ul > li:last-child h2 a:after {
    display: none;
}

.header .con .nav > ul > li:hover h2:before {
    width: 100%;
    left: 0;
}

.header .con .nav > ul > li:hover h2 a {
    color: #957b54;
}

.header .con .right .search {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #47362c;
    right: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header .con .right .search span {
    color: #fff;
}

.header .con .right .search:hover {
    background: #957b54;
}

.header .con .right .mobile-btn {
    display: none;
}

.header.slideUp {
    top: -90px;
}

.header .search-list {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.header .search-list .search-box {
    background: #fff;
    padding: 40px 0;
}

.header .search-list .search-box .search-center {
    width: 400px;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.header .search-list .search-box .search-center input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding-right: 40px;
}

.header .search-list .search-box .search-center span {
    position: absolute;
    color: #666;
    font-size: 20px;
    line-height: 40px;
    right: 0;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header .search-list .search-box .search-center span:hover {
    color: #957b54;
}

.footer {
    overflow: hidden;
}

.footer .footer-top {
    padding: 3vw 0 2vw;
    background: url(../img/bg4.jpg) no-repeat center center;
    background-size: cover;
}

.footer .footer-top .top {
    display: flex;
}

.footer .footer-top .top .left {
    display: flex;
}

.footer .footer-top .top .right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.footer .footer-top .top .right:after {
    content: '';
    width: 98%;
    height: 1px;
    background-color: #b9a178;
    opacity: 0.3;
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer .footer-top .top .right ul {
    display: flex;
}

.footer .footer-top .top .right ul li {
    position: relative;
}

.footer .footer-top .top .right ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/btn6.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .footer-top .top .right ul li a {
    position: relative;
    display: flex;
    width: 180px;
    height: 36px;
    background: url(../img/btn3.png) no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

.footer .footer-top .top .right ul li:not(:last-child) {
    margin-right: 1vw;
}

.footer .footer-top .top .right ul li:hover:before {
    opacity: 1;
}

.footer .footer-top .bottom {
    display: flex;
    margin-top: 2.5vw;
}

.footer .footer-top .bottom .left .tel {
    display: flex;
}

.footer .footer-top .bottom .left .tel .tu {
    position: relative;
    top: 10px;
}

.footer .footer-top .bottom .left .tel .text {
    margin-left: 1.5vw;
}

.footer .footer-top .bottom .left .tel .text a {
    color: #b28e58;
    font-family: Arial;
    font-style: italic;
}

.footer .footer-top .bottom .left .tel .text h2 {
    color: #c6c6c6;
}

.footer .footer-top .bottom .left .erweima {
    display: flex;
    align-items: center;
    margin-top: 2vw;
}

.footer .footer-top .bottom .left .erweima .tu {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(149, 123, 84, 0.4);
    padding: 12px;
}

.footer .footer-top .bottom .left .erweima .tu img {
    width: 100%;
}

.footer .footer-top .bottom .left .erweima h2 {
    margin-left: 1vw;
    color: #c6c6c6;
    line-height: 1.6;
}

.footer .footer-top .bottom .right {
    flex: 1;
    padding-left: 4vw;
    margin-top: 10px;
}

.footer .footer-top .bottom .right > ul {
    display: flex;
    justify-content: space-between;
}

.footer .footer-top .bottom .right > ul > li {
    max-width: 145px;
    padding-left: 36px;
    position: relative;
}

.footer .footer-top .bottom .right > ul > li:before {
    content: '';
    width: 17px;
    height: 22px;
    background: url(../img/sign.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
}

.footer .footer-top .bottom .right > ul > li h2 {
    padding-bottom: 14px;
    position: relative;
}

.footer .footer-top .bottom .right > ul > li h2:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #b9a178;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .footer-top .bottom .right > ul > li h2 a {
    color: #fff;
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .footer-top .bottom .right > ul > li h2 a:hover {
    color: #b9a178;
}

.footer .footer-top .bottom .right > ul > li ul {
    margin-top: 1vw;
}

.footer .footer-top .bottom .right > ul > li ul li {
    margin-top: 0.4vw;
}

.footer .footer-top .bottom .right > ul > li ul li a {
    white-space: nowrap;
    color: #fff;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .footer-top .bottom .right > ul > li ul li a:hover {
    opacity: 1;
}

.footer .footer-bottom {
    background: #1a1a1a;
    padding: 1.5vw 0;
}

.footer .footer-bottom .con {
    display: flex;
    justify-content: space-between;
}

.footer .footer-bottom .con p {
    color: #fff;
}

.footer .footer-bottom .con p a {
    color: #fff;
    margin-left: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .footer-bottom .con p a:hover {
    color: #957b54;
}

.footer .footer-bottom .con .right {
    display: flex;
    align-items: center;
}

.footer .footer-bottom .con .right h2 {
    color: #fff;
}

.footer .footer-bottom .con .right ul {
    display: flex;
}

.footer .footer-bottom .con .right ul li {
    padding: 0 20px;
    position: relative;
}

.footer .footer-bottom .con .right ul li:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.footer .footer-bottom .con .right ul li a {
    color: #fff;
    padding-bottom: 6px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .footer-bottom .con .right ul li a:after {
    content: '';
    width: 0;
    height: 1px;
    background: #957b54;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .footer-bottom .con .right ul li a:hover {
    color: #957b54;
}

.footer .footer-bottom .con .right ul li a:hover:after {
    width: 100%;
    left: 0;
}

.footer .footer-bottom .con .right ul li:last-child {
    padding-right: 0;
}

.footer .footer-bottom .con .right ul li:last-child:after {
    display: none;
}

.slide-right {
    position: fixed;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100;
}

.slide-right ul li {
    width: 80px;
    height: 80px;
    background: rgba(71, 54, 44, 0.6);
    margin-bottom: 4px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.slide-right ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.slide-right ul li a .icon {
    width: 36px;
}

.slide-right ul li a .icon img {
    width: 100%;
}

.slide-right ul li a h2 {
    margin-top: 4px;
}

.slide-right ul li .erweima {
    position: absolute;
    width: 100px;
    left: -110px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.slide-right ul li .erweima img {
    width: 100%;
}

.slide-right ul li h3 {
    position: absolute;
    left: -150px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    white-space: nowrap;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.slide-right ul li:hover {
    background: rgba(149, 123, 84, 0.8);
}

.slide-right ul li:hover .erweima {
    visibility: visible;
    opacity: 1;
}

.slide-right ul li:hover h3 {
    visibility: visible;
    opacity: 1;
}

.slide-right ul #backTop {
    display: none;
}

.slide-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../img/bg1.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    max-height: 120px;
    min-height: 80px;
    padding-right: 100px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.slide-bottom .tu img {
    position: relative;
    top: -30px;
}

.slide-bottom .left {
    display: flex;
    margin-left: 26px;
    color: #fff;
}

.slide-bottom .left .t-l {
    padding-right: 40px;
    position: relative;
}

.slide-bottom .left .t-l:after {
    content: '';
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slide-bottom .left .t-r {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.slide-bottom .left .t-r h2 {
    letter-spacing: 4px;
    margin-right: 16px;
}

.slide-bottom .left .t-r .num {
    display: flex;
    align-items: flex-end;
    position: relative;
    top: 4px;
}

.slide-bottom .left .t-r .num h3 {
    margin-left: 16px;
    position: relative;
    top: -2px;
}

.slide-bottom .right {
    flex: 1;
    margin-left: 2.5vw;
}

.slide-bottom .right form {
    display: flex;
}

.slide-bottom .right form .box {
    flex: 1;
    display: flex;
    height: 60px;
    background: #fff;
}

.slide-bottom .right form .box .inp {
    position: relative;
    width: 50%;
}

.slide-bottom .right form .box .inp:first-child:after {
    content: '';
    width: 1px;
    height: 30px;
    background: #957b54;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.slide-bottom .right form .box input {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 2vw;
    color: #000;
    opacity: 0.5;
}

.slide-bottom .right form .box span {
    position: absolute;
    right: 4vw;
    line-height: 60px;
    color: #000;
}

.slide-bottom .right form .btn {
    width: 220px;
    margin-left: 10px;
}

.slide-bottom .right form .btn button {
    border: none;
    width: 100%;
    height: 60px;
    background: url(../img/btn1.png) no-repeat right bottom;
    background-size: cover;
    color: #332a24;
    font-weight: bold;
}

.slide-bottom .close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer;
}

.slide-bottom.active {
    visibility: visible;
    opacity: 1;
}

.slide-bottom .close span {
    color: #fff;
}

.banner-inner {
    position: relative;
}

.banner-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-inner .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-inner .text p {
    color: #fff;
    letter-spacing: 8px;
}

.banner-inner .text h2 {
    position: relative;
    color: #fff;
    font-family: '宋体';
    font-size: 68px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 10px;
}

.banner-inner .text h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #c0a782;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-inner .text h3 {
    font-family: '宋体';
    margin-top: 1.2vw;
    color: #d1b48a;
}

.banner-inner .breadcrumbs {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}

.banner-inner .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}

.banner-inner .breadcrumbs ul li {
    color: #fff;
}

.banner-inner .breadcrumbs ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    padding-right: 30px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.banner-inner .breadcrumbs ul li a:after {
    content: '\e683';
    font-family: iconfont;
    position: absolute;
    color: #fff;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-inner .breadcrumbs ul li a:hover {
    color: #957b54;
}

.banner-inner .breadcrumbs ul li svg {
    margin-right: 10px;
    width: 20px;
}

.banner-inner .breadcrumbs ul li:last-child a {
    padding-right: 0;
}

.banner-inner .breadcrumbs ul li:last-child a:after {
    display: none;
}

.j-title {
    text-align: center;
}

.j-title h2 {
    color: #44372d;
    letter-spacing: 2px;
}

.j-title h3 {
    font-family: '宋体';
    color: #957b54;
    margin: 4px 0 10px;
    letter-spacing: -1px;
}

.j-title h3.c1 {
    color: #bda178;
}

.j-title p {
    color: #2b2b2b;
    letter-spacing: 10px;
}

.j-title p.p1 {
    margin-top: 10px;
    color: #44372d;
}

.j-title .line {
    width: 60px;
    height: 4px;
    background: #c0a782;
    margin: 1vw auto 0;
}

.j-title.t-left {
    text-align: left;
}

.j-title.t-left .line {
    margin: 1vw 0 0;
}

.j-title.t-right {
    text-align: right;
}

.j-title.t-right .line {
    margin: 1vw 0 0 auto;
}

.j-title.t-white h2 {
    color: #fff;
}

.j-title.t-white p.p1 {
    color: #fff;
}

.ctn-model {
    padding: 5vw 0 6vw;
    background: url(../img/product/bg3.jpg) no-repeat;
    background-size: cover;
}

.ctn-model .ctn-list {
    padding: 0 12.5%;
    margin-top: 5vw;
}

.ctn-model .ctn-list ul {
    display: flex;
    justify-content: space-between;
}

.ctn-model .ctn-list ul li {
    padding-left: 3vw;
    position: relative;
}

.ctn-model .ctn-list ul li .icon {
    width: 58px;
    height: 48px;
    overflow: hidden;
}

.ctn-model .ctn-list ul li .icon img {
    width: 100%;
}

.ctn-model .ctn-list ul li .text {
    margin-top: 2vw;
}

.ctn-model .ctn-list ul li .text h2 {
    position: absolute;
    left: 0;
    font-weight: bold;
    font-family: Arial;
    color: #ad997d;
    line-height: 1.2;
}

.ctn-model .ctn-list ul li .text p {
    color: #fff;
    line-height: 1.8;
    position: relative;
    left: 4px;
}

#videoPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#videoPopup .video-box {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#videoPopup .video-box video {
    max-width: 100%;
    height: 100%;
}

#videoPopup .video-box .closes {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#videoPopup .video-box .closes span {
    font-size: 16px;
    line-height: 40px;
    color: #000;
}

#videoPopup .video-box .closes:hover {
    background: #ccae82;
}

@media screen and (max-width: 1600px) {
    .w1440 {
        width: 80%;
    }

    .d-position .d-bottom {
        top: 40px;
    }

    .header .con .left {
        height: 80px;
    }

    .header .con .left .logo img {
        width: 130px;
    }

    .header .con .left .tel:before {
        height: 30px;
    }

    .header .con .nav {
        padding-right: 120px;
    }

    .header .con .nav > ul > li h2 a {
        line-height: 80px;
    }

    .header .con .nav > ul > li .nav-down {
        top: 80px;
    }

    .header .con .right .search {
        width: 80px;
        height: 80px;
    }

    .footer .footer-top .top .left .logo img {
        width: 180px;
    }

    .footer .footer-top .top .right ul li a {
        width: 160px;
        height: 32px;
    }

    .footer .footer-top .bottom .left .tel .text {
        margin-left: 20px;
    }

    .footer .footer-top .bottom .right > ul > li {
        padding-left: 30px;
    }

    .footer .footer-top .bottom .right > ul > li:before {
        width: 15px;
    }

    .slide-bottom {
        max-height: 100px;
        padding-right: 80px;
    }

    .slide-bottom .tu img {
        width: 260px;
        top: -20px;
    }

    .slide-bottom .left .t-l {
        padding-right: 30px;
    }

    .slide-bottom .left .t-r {
        padding-left: 30px;
    }

    .slide-bottom .left .t-r h2 {
        margin-right: 12px;
    }

    .slide-bottom .left .t-r .num h3 {
        margin-left: 12px;
    }

    .slide-bottom .right form .box {
        height: 50px;
    }

    .slide-bottom .right form .box input {
        height: 50px;
    }

    .slide-bottom .right form .box span {
        line-height: 50px;
    }

    .slide-bottom .right form .btn {
        width: 180px;
    }

    .slide-bottom .right form .btn button {
        height: 50px;
    }

    .banner-inner .text h2 {
        font-size: 3.4vw;
    }

    .ctn-model .ctn-list {
        padding: 0 10%;
    }

    .ctn-model .ctn-list ul li .icon {
        width: 52px;
        height: 44px;
    }
}

@media screen and (max-width: 1440px) {
    .w1000 {
        width: 900px;
    }

    .footer .footer-top .bottom .left .tel .tu {
        top: 8px;
    }

    .footer .footer-top .bottom .left .tel .tu img {
        width: 28px;
    }

    .footer .footer-top .bottom .left .tel .text {
        margin-left: 14px;
    }

    .footer .footer-top .bottom .left .tel .text a {
        font-size: 28px;
    }

    .footer .footer-top .bottom .left .erweima .tu {
        width: 100px;
        height: 100px;
        padding: 8px;
    }

    .footer .footer-top .bottom .left .erweima h2 {
        font-size: 12px;
    }

    .footer .footer-top .bottom .right {
        padding-left: 30px;
    }

    .slide-bottom .tu img {
        width: 220px;
    }

    .j-title p {
        letter-spacing: 8px;
    }

    .ctn-model .ctn-list ul li {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1366px) {
    .header .con .left .logo img {
        width: 120px;
    }

    .header .con .left .tel {
        padding-left: 20px;
        margin-left: 20px;
    }

    .header .con .nav {
        padding-right: 80px;
    }

    .slide-bottom {
        padding-right: 60px;
    }

    .slide-bottom .tu img {
        width: 180px;
        top: -14px;
    }

    .slide-bottom .right form .box .inp:first-child:after {
        height: 20px;
    }

    .slide-bottom .right form .box input {
        padding: 0 14px;
    }

    .slide-bottom .right form .box span {
        right: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .w1440 {
        width: 90%;
    }

    .d-position {
        margin-left: 6px;
        top: 8px;
    }

    .d-position .d-top h3 {
        font-size: 12px;
        padding: 0 4px 0 6px;
    }

    .d-position .d-top span {
        margin-right: 0;
    }

    .header .con .left .tel .tu img {
        width: 28px;
    }

    .header .con .left .tel .text h2 {
        font-size: 12px;
    }

    .header .con .left .tel .text a {
        font-size: 18px;
    }

    .footer .footer-top .bottom .left .tel .text a {
        font-size: 24px;
    }

    .footer .footer-top .bottom .right {
        padding-left: 0;
        margin-top: 6px;
    }

    .footer .footer-top .bottom .right > ul > li {
        max-width: 180px;
    }

    .slide-bottom .tu img {
        width: 130px;
        top: 0;
    }

    .slide-bottom .left .t-l {
        padding-right: 20px;
    }

    .slide-bottom .left .t-r {
        padding-left: 20px;
    }

    .slide-bottom .left .t-r .num h3 {
        margin-left: 10px;
        top: 0;
    }

    .slide-bottom .right form .box {
        height: 44px;
    }

    .slide-bottom .right form .box input {
        height: 44px;
    }

    .slide-bottom .right form .box span {
        line-height: 44px;
    }

    .slide-bottom .right form .btn {
        width: 120px;
    }

    .slide-bottom .right form .btn button {
        height: 44px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .d-position {
        margin-left: 0;
        top: 0;
    }

    .d-position .d-top {
        height: 80px;
        padding-left: 30px;
        position: relative;
    }

    .d-position .d-top:before {
        content: '\e604';
        font-family: iconfont;
        font-size: 22px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .d-position .d-top em {
        display: none;
    }

    .d-position .d-top h3 {
        font-size: 20px;
    }

    .d-position .d-top span {
        font-size: 24px;
    }

    .d-position .d-bottom {
        top: 80px;
        margin-left: 0;
        left: 0;
    }

    .header {
        background: #33302f;
        position: fixed;
        padding: 0 5%;
    }

    .header .con {
        padding-left: 0;
    }

    .header .con .left .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .header .con .left .tel {
        margin-left: 0;
        padding-left: 0;
        position: absolute;
        left: 5%;
        top: 8px;
        z-index: 4;
    }

    .header .con .left .tel:before {
        display: none;
    }

    .header .con .left .tel .tu img {
        width: 16px;
        position: relative;
        top: 4px;
    }

    .header .con .left .tel .text h2 {
        display: none;
    }

    .header .con .left .tel .text a {
        font-size: 14px;
    }

    .header .con .left .d-position .d-top {
        top: 12px;
    }

    .header .con .nav {
        position: fixed;
        top: 80px;
        width: 100%;
        background: #fff;
        padding: 0 5% 20px;
        left: auto;
        bottom: 0;
        right: -100%;
        overflow-y: auto;
        overflow-x: hidden;
        border-top: 1px solid #f2f2f2;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }

    .header .con .nav > ul {
        display: block;
        width: 100%;
    }

    .header .con .nav > ul > li {
        width: 100%;
    }

    .header .con .nav > ul > li h2 {
        border-bottom: 1px solid #f2f2f2;
    }

    .header .con .nav > ul > li h2:before {
        display: none;
    }

    .header .con .nav > ul > li h2:after {
        content: '\e603';
        font-family: iconfont;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 50px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }

    .header .con .nav > ul > li h2 a {
        width: 50%;
        line-height: 50px;
        color: #333;
    }

    .header .con .nav > ul > li h2 a:after {
        display: none;
    }

    .header .con .nav > ul > li .nav-down {
        position: relative;
        top: 0;
        display: none;
        padding: 0;
        background: #fff;
    }

    .header .con .nav > ul > li .nav-down ul {
        display: block;
        padding: 0;
    }

    .header .con .nav > ul > li .nav-down ul li {
        width: 100%;
    }

    .header .con .nav > ul > li .nav-down ul li a {
        display: block;
        padding: 0 20px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        font-weight: normal;
        position: relative;
    }

    .header .con .nav > ul > li .nav-down ul li a:before {
        content: '\e683';
        font-family: iconfont;
        position: absolute;
        font-size: 16px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .header .con .nav > ul > li.active h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    .header .con .nav > ul > li:first-child h2:after {
        content: '\e683';
    }

    .header .con .nav > ul > li:first-child h2 a {
        width: 100%;
    }

    .header .con .nav.active {
        right: 0;
    }

    .header .con .right .search {
        width: auto;
        background: none !important;
        right: 100px;
    }

    .header .con .right .mobile-btn {
        width: 20px;
        height: 80px;
        display: block;
        position: relative;
    }

    .header .con .right .mobile-btn .nav-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 20px;
        height: 40px;
        text-align: center;
        z-index: 11;
        font-size: 0;
        margin: 0 auto;
    }

    .header .con .right .mobile-btn .nav-button div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 20px;
        height: 16px;
    }

    .header .con .right .mobile-btn .nav-button div span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 0 auto;
        line-height: 2px;
        position: static;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
    }

    .header .con .right .mobile-btn .nav-button div span.center-hr {
        margin: 5px auto;
    }

    .header .con .right .mobile-btn .nav-button div span.top-hr {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header .con .right .mobile-btn .nav-button div span.bottom-hr {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .header .con .right .mobile-btn .nav-button.active div span {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 0;
    }

    .header .con .right .mobile-btn .nav-button.active div span.center-hr {
        display: none;
    }

    .header .con .right .mobile-btn .nav-button.active div span.top-hr {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .header .con .right .mobile-btn .nav-button.active div span.bottom-hr {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .footer {
        background: url(../img/bg4.jpg) no-repeat center center;
        background-size: cover;
    }

    .footer .footer-top {
        /*background: none;*/
    }

    .footer .footer-top .con {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer .footer-top .top .left .d-position {
        display: none;
    }

    .footer .footer-top .top .right {
        display: none;
    }

    .footer .footer-top .bottom {
        margin-top: 0;
    }

    .footer .footer-top .bottom .left .erweima {
        display: none;
    }

    .footer .footer-top .bottom .right {
        display: none;
    }

    .footer .footer-bottom {
        /*background: none;*/
        position: relative;
    }

    .footer .footer-bottom:before {
        content: '';
        width: 90%;
        height: 1px;
        background: #b9a178;
        opacity: 0.3;
        position: absolute;
        left: 5%;
        top: 0;
    }

    .footer .footer-bottom .con {
        justify-content: center;
    }

    .footer .footer-bottom .con p {
        opacity: 0.5;
        text-align: center;
    }

    .footer .footer-bottom .con .right {
        display: none;
    }

    .slide-right ul li {
        width: 60px;
        height: 60px;
    }

    .slide-right ul li a .icon {
        width: 28px;
    }

    .slide-right ul li a h2 {
        margin-top: 2px;
    }

    .slide-right ul li .erweima {
        width: 80px;
        left: -90px;
    }

    .slide-right ul li h3 {
        font-size: 16px;
        left: -120px;
    }

    .banner-inner {
        margin-top: 80px;
    }

    .banner-inner .text {
        top: 45%;
    }

    .ctn-model .ctn-list {
        padding: 0 5%;
    }
}

@media screen and (max-width: 1024px) {
    .w1000 {
        width: 700px;
    }

    .banner-inner .text h2 {
        font-size: 34px;
    }

    #videoPopup .video-box {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .w1000 {
        width: 90%;
    }

    .d-position .d-top {
        padding-left: 20px;
        height: 60px;
    }

    .d-position .d-top:before {
        font-size: 16px;
    }

    .d-position .d-top h3 {
        font-size: 14px;
    }

    .d-position .d-top span {
        font-size: 18px;
    }

    .d-position .d-bottom {
        top: 60px;
    }

    .header .con .left {
        height: 60px;
    }

    .header .con .nav {
        top: 60px;
    }

    .header .con .right .search {
        right: 60px;
        height: 60px;
    }

    .header .con .right .mobile-btn {
        height: 60px;
    }

    .footer .footer-top {
        padding: 40px 0;
    }

    .footer .footer-top .top .left .logo img {
        width: 120px;
    }

    .footer .footer-top .bottom .left .tel .tu {
        top: 6px;
    }

    .footer .footer-top .bottom .left .tel .tu img {
        width: 24px;
    }

    .footer .footer-top .bottom .left .tel .text {
        margin-left: 10px;
    }

    .footer .footer-top .bottom .left .tel .text a {
        font-size: 22px;
    }

    .footer .footer-bottom {
        padding: 14px 0;
    }

    .j-title h2 {
        letter-spacing: 0;
    }

    .j-title h3 {
        letter-spacing: 0;
        margin: 2px 0 8px;
        line-height: 1.2;
    }

    .j-title p {
        letter-spacing: 0;
    }

    .j-title .line {
        width: 40px;
        height: 3px;
        margin: 14px auto 0;
    }

    .j-title.t-left .line {
        margin: 14px 0 0;
    }

    .j-title.t-right {
        text-align: center;
    }

    .j-title.t-right .line {
        margin: 14px auto 0;
    }

    .banner-inner {
        height: 300px;
        margin-top: 60px;
    }

    .banner-inner .text p {
        letter-spacing: 2px;
        font-size: 14px;
    }

    .banner-inner .text h2 {
        font-size: 24px;
        padding-bottom: 14px;
        margin-top: 4px;
    }

    .banner-inner .text h2:after {
        width: 20px;
    }

    .banner-inner .text h3 {
        margin-top: 10px;
        font-size: 14px;
    }

    .banner-inner .breadcrumbs {
        bottom: 12px;
    }

    .banner-inner .breadcrumbs ul li svg {
        width: 16px;
        margin-right: 6px;
    }

    .banner-inner .breadcrumbs ul li a {
        padding-right: 20px;
    }

    .banner-inner .breadcrumbs ul li a:after {
        right: 3px;
    }

    .ctn-model {
        padding: 40px 0;
    }

    .ctn-model .ctn-list {
        margin-top: 20px;
    }

    .ctn-model .ctn-list ul {
        flex-wrap: wrap;
    }

    .ctn-model .ctn-list ul li {
        width: 48.5%;
        margin-top: 20px;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ctn-model .ctn-list ul li .text h2 {
        left: 10%;
    }
}

.add_forms {
    margin-top: 3vw;
}

.add_forms .center {
    width: 72%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.add_forms .center .box {
    display: flex;
    width: calc(100% - 230px);
    height: 60px;
    border: 1px solid #917b59;
    background: #fff;
}

.add_forms .center .box .inp {
    width: 43%;
    position: relative;
}

.add_forms .center .box .inp img {
    position: absolute;
    left: 24px;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.add_forms .center .box .inp input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 56px;
}

.add_forms .center .box .inp:nth-child(2) {
    width: 57%;
}

.add_forms .center .box .inp:nth-child(2):before {
    content: '';
    width: 1px;
    height: 30px;
    background: #957b54;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.add_forms .center .btn {
    width: 220px;
    height: 60px;
    background: url(../img/product/btn1.png) no-repeat;
    background-size: 100% 100%;
}

.add_forms .center .btn button {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    letter-spacing: 1px;
    color: #332a24;
    font-weight: bold;
}

@media screen and (max-width: 1600px) {
    .add_forms .center .box {
        width: calc(100% - 210px);
    }

    .add_forms .center .btn {
        width: 200px;
    }
}

@media screen and (max-width: 1200px) {
    .add_forms .center .box {
        height: 54px;
    }

    .add_forms .center .box .inp img {
        left: 16px;
    }

    .add_forms .center .box .inp input {
        padding-left: 46px;
    }

    .add_forms .center .btn {
        height: 54px;
    }
}

@media screen and (max-width: 768px) {
    .add_forms {
        margin-top: 20px;
    }

    .add_forms .center {
        display: block;
        width: 100%;
    }

    .add_forms .center .box {
        display: block;
        width: 100%;
        height: auto;
        border: none;
        background: none;
    }

    .add_forms .center .box .inp {
        margin-top: 14px;
        width: 100% !important;
    }

    .add_forms .center .box .inp img {
        left: 18px;
    }

    .add_forms .center .box .inp input {
        height: 50px;
        border: 1px solid #917b59;
        background: #fff;
        padding-left: 50px;
    }

    .add_forms .center .box .inp:nth-child(2) img {
        left: 19px;
    }

    .add_forms .center .btn {
        width: 100%;
        height: 50px;
        margin-top: 14px;
    }

    .add_forms .center .btn button {
        letter-spacing: 1px;
    }
}


